home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Utilities / Scripting Aids & Tips / Icon Anatomy / background_2594.txt < prev    next >
Encoding:
Text File  |  1988-04-24  |  1.2 KB  |  63 lines

  1. -- background: 2594 from stack: in
  2. -- bmap block id: 3276
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=0 top=325 right=342 bottom=22
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 21847 / 21847
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Home
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect iris close
  23.   go home
  24. end mouseUp
  25.  
  26.  
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: 0000
  32. -- rect: left=45 top=292 right=310 bottom=66
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 15420 / 15420
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: Prev
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   go to previous card
  44. end mouseUp
  45.  
  46.  
  47. -- part 3 (button)
  48. -- low flags: 00
  49. -- high flags: 0000
  50. -- rect: left=462 top=288 right=308 bottom=484
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 16560 / 16560
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: Next
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   go to next card
  62. end mouseUp
  63.